-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: update typescript-eslint #10084
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10084 +/- ##
==========================================
- Coverage 81.44% 81.43% -0.01%
==========================================
Files 1058 1058
Lines 104243 104275 +32
Branches 724 723 -1
==========================================
+ Hits 84900 84916 +16
- Misses 19301 19317 +16
Partials 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
af3a3de
to
c8fef03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
c15388f
to
3d7a744
Compare
- Remove the ban-types related to React.FC in .eslintrc as ban-types is not supported anymore and as we don't use RC in the appr anymore anyway. - Remove some unneeded asserts - Error in a catch now need to be handled, use the error in setFailure to display notifications to the user Signed-off-by: SharglutDev <p.filimon75@gmail.com>
3d7a744
to
e80e3a8
Compare
not supported anymore and as we don't use RC in the appr anymore anyway.
to display notifications to the user